home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Bombardier_PC
/
INDEX.DIR
/
00056_Script_56
< prev
next >
Wrap
Text File
|
1999-03-07
|
216b
|
15 lines
on exitFrame
MainRollOver
global gMouseLock, gTimerLock
if gMouseLock = 0 then
if gTimerLock < the timer then
put 1 into gMouseLock
end if
end if
go the frame
end